ApplicationCacheStatusUpdatedEvent

data class ApplicationCacheStatusUpdatedEvent(frameId: FrameId, manifestURL: String, status: Int) : Event

Constructors

ApplicationCacheStatusUpdatedEvent
Link copied to clipboard
fun ApplicationCacheStatusUpdatedEvent(frameId: FrameId, manifestURL: String, status: Int)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Identifier of the frame containing document whose application cache updated status.
manifestURL
Link copied to clipboard
val manifestURL: String
Manifest URL.
status
Link copied to clipboard
val status: Int
Updated application cache status.

Sources

jvm source
Link copied to clipboard